home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / debug / apurify_v1_1.lha / apurify / doc / History < prev   
Encoding:
Text File  |  1995-04-10  |  975 b   |  35 lines

  1.                   HISTORY of APurify
  2.                   ------------------
  3.  
  4.                 (c) by Samuel DEVULDER
  5.  
  6. - V1.0: + First public release.
  7.  
  8. - V1.1: + Fix bug if the parsed code uses something like
  9.  
  10.             link    #-TMP01,A5
  11.             ....
  12.         TMP01    equ    10
  13.  
  14.       The minus  sign  was    badly  interpreted  as    link  #0,A5,  which
  15.       produces  a  bad  stack  usage   (local   variables   scratching)
  16.       if TMP01!=0 (that is to say most of the time :-).
  17.  
  18.     + Improved speed while freeing symbol  (DICE  is  slow  at  freeing
  19.       memory).
  20.  
  21.     + Better error diagnostic in source parsing. Usage of  source  line
  22.       number.
  23.  
  24.     + Fix    bug  causing  spurious    warning  about    missing   xref/xdef
  25.       statement.
  26.  
  27.     + Added AP_Report(flag)  to  stop(flag=0)/start(flag=1)  report  of
  28.       errors (for startup code).
  29.  
  30.     + Added "*" for some block-names.
  31.  
  32.     + Fixed bug in  inspreinst()  to  put  the  label, rest & nb_hat of 
  33.       current instruction to  the  one  added.  (It was just a bug if a
  34.       opcode bears a label on the same line...)
  35.